/* fade CSS */

.adv {
	position: fixed !important;
	bottom: 0px;
	_position: absolute;
	_top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight));
	left: 50%;
	margin-left:-50%;
	width:100%;
	height:240px;
	background:#fff;
	z-index:9999;
	opacity:0;
	animation-name:myAnimation;
	animation-duration:10s;
	animation-timing-function:linear;
	animation-delay:1s;
	animation-iteration-count:1;
	animation-direction:alternate;
	animation-play-state:running;
	/* Firefox: */
	-moz-animation-name:myAnimation;
	-moz-animation-duration:10s;
	-moz-animation-timing-function:linear;
	-moz-animation-delay:1s;
	-moz-animation-iteration-count:1;
	-moz-animation-direction:alternate;
	-moz-animation-play-state:running;
	/* Safari and Chrome: */
	-webkit-animation-name:myAnimation;
	-webkit-animation-duration:10s;
	-webkit-animation-timing-function:linear;
	-webkit-animation-delay:1s;
	-webkit-animation-iteration-count:1;
	-webkit-animation-direction:alternate;
	-webkit-animation-play-state:running;
	/* Opera: */
	-o-animation-name:myAnimation;
	-o-animation-duration:10s;
	-o-animation-timing-function:linear;
	-o-animation-delay:1s;
	-o-animation-iteration-count:1;
	-o-animation-direction:alternate;
	-o-animation-play-state:running;
}
@keyframes myAnimation {
	0%   {opacity:0.2; bottom:-240px;}
	10%  {opacity:0.8; bottom:0px;}
	90%  {opacity:1; bottom:0px;}
	100% {opacity:0; bottom:-240px;}
}
@-moz-keyframes myAnimation /* Firefox */ {
	0%   {opacity:0.2; bottom:-240px;}
	10%  {opacity:0.8; bottom:0px;}
	90%  {opacity:1; bottom:0px;}
	100% {opacity:0; bottom:-240px;}
}
@-webkit-keyframes myAnimation /* Safari and Chrome */ {
	0%   {opacity:0.2; bottom:-240px;}
	10%  {opacity:0.8; bottom:0px;}
	90%  {opacity:1; bottom:0px;}
	100% {opacity:0; bottom:-240px;}
}
@-o-keyframes myAnimation /* Opera */ {
	0%   {opacity:0.2; bottom:-240px;}
	10%  {opacity:0.8; bottom:0px;}
	90%  {opacity:1; bottom:0px;}
	100% {opacity:0; bottom:-240px;}
}
.side-pannel {
  position: fixed;
  width: 50px;
  bottom: 150px;
  right: 20px;
  z-index: 1000;
}
.side-bar > a:hover {
  background: #2db5a3;

}
.side-bar .dh:hover {
  background: #2db5a3;
  margin-top: -10px;
}
.side-bar .dh_a:hover {
  background: #2db5a3;
}
.side-bar > a {
  width: 50px;
  height: 50px;
  position: relative;
  text-align: center;
  margin-bottom: 10px;
  display: block;
  cursor: pointer;
  float: left;
  border-radius: 50%;
  background: rgba(51, 51, 51, 0.9);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-out;
}
.f_top {
  display: block !important;
  font-size: 24px !important;
  color: #fff !important;
  line-height: 50px !important;
}
.side-bar .dh {
  width: 50px;
  height: 50px;
  position: relative;
  text-align: center;
  margin-bottom: 10px;
  cursor: pointer;
  float: left;
  display: block;
  border-radius: 50%;
  background: rgba(51, 51, 51, 0.9);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-out;
}
.side-bar .dh_a {
  width: 50px;
  height: 50px;
  position: relative;
  text-align: center;
  margin-bottom: 10px;
  cursor: pointer;
  float: left;
  display: block;
  border-radius: 50%;
  background: rgba(51, 51, 51, 0.9);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-out;
}
.side-bar .dh .hide {
  width: 166px;
  position: absolute;
  left: -166px;
  top: -35px;
}
.side-bar .dh_a .hide {
  width: 166px;
  position: absolute;
  left: -166px;
  top: -35px;
}
.side-bar .dh .hied_con {
  width: 150px;
  background: #222;
  border-radius: 4px;
  color: #000;
  padding: 5px 0 15px 0;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  transition: width 0.3s ease-in-out;
  display: none;
}
.side-bar .dh_a .hied_cona {
  width: 150px;
  background: #222;
  border-radius: 4px;
  color: #fff;
  padding: 5px 0 15px 0;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  transition: width 0.3s ease-in-out;
  display: none;
}
.side-bar .dh .hide dl {
  width: 110px;
  margin: 0 auto;
  overflow: hidden;
  text-align: left;
  line-height: 22px;
  font-size: 12px;
  margin-top: 10px;
}
.side-bar .dh_a .hide dl {
  width: 110px;
  margin: 0 auto;
  overflow: hidden;
  text-align: left;
  line-height: 22px;
  font-size: 12px;
  margin-top: 10px;
}
.side-bar .dh .hide dl dt a {
  color: #fff;
  font-weight: bold;
}
.side-bar .dh_a .hide dl dt a {
  color: #fff;
  font-weight: bold;
}
.side-bar .dh .hied_con:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #222;
  position: absolute;
  right: 11px;
  top: 58px;
  transform: rotate(45deg);
}
.side-bar .dh_a .hied_cona:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #222;
  position: absolute;
  right: 11px;
  top: 58px;
  transform: rotate(45deg);
}